home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / CTRLBA.PAK / CTRLBARS.RC < prev    next >
Text File  |  1997-05-06  |  12KB  |  383 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#include ""afxres.rc""  // Standard components\r\n"
  44.     "\0"
  45. END
  46.  
  47. #endif    // APSTUDIO_INVOKED
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Icon
  53. //
  54.  
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME           ICON    DISCARDABLE     "RES\\CTRLBARS.ICO"
  58.  
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Bitmap
  62. //
  63.  
  64. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "RES\\TOOLBAR.BMP"
  65. IDB_STYLES              BITMAP  MOVEABLE PURE   "RES\\STYLES.BMP"
  66. IDB_PALETTE             BITMAP  DISCARDABLE     "RES\\PALETTE.BMP"
  67.  
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // Menu
  71. //
  72.  
  73. #if defined(APSTUDIO_INVOKED) || !defined(_MAC)
  74. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  75. BEGIN
  76.     POPUP "&File"
  77.     BEGIN
  78.         MENUITEM "E&xit",                       ID_APP_EXIT
  79.     END
  80.     POPUP "&View"
  81.     BEGIN
  82.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  83.         MENUITEM "Sty&le Bar",                  IDW_STYLES
  84.         MENUITEM "&Palette",                    IDM_VIEWPALETTE
  85.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  86.         MENUITEM SEPARATOR
  87.         MENUITEM "&Dlg Bar Top",                ID_VIEW_DLGBARTOP
  88.     END
  89.     POPUP "&Style"
  90.     BEGIN
  91.         MENUITEM "&Left",                       ID_STYLE_LEFT
  92.         MENUITEM "&Centered",                   ID_STYLE_CENTERED
  93.         MENUITEM "&Right",                      ID_STYLE_RIGHT
  94.         MENUITEM "&Justified",                  ID_STYLE_JUSTIFIED
  95.     END
  96.     POPUP "&Palette"
  97.     BEGIN
  98.         MENUITEM "&2 Column",                   IDM_PALETTE_2COLUMN
  99.         MENUITEM "&3 Column",                   IDM_PALETTE_3COLUMN
  100.     END
  101.     POPUP "&Help"
  102.     BEGIN
  103.         MENUITEM "&About CTRLBARS...",          ID_APP_ABOUT
  104.     END
  105. END
  106. #endif
  107.  
  108. #if defined(APSTUDIO_INVOKED) || defined(_MAC)
  109. #if defined(APSTUDIO_INVOKED)
  110. IDR_MAINFRAME$(_MAC) MENU PRELOAD DISCARDABLE 
  111. #else
  112. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  113. #endif
  114. BEGIN
  115.     POPUP "&File"
  116.     BEGIN
  117.         MENUITEM "&Quit\t\021Q",                ID_APP_EXIT
  118.     END
  119.     POPUP "&View"
  120.     BEGIN
  121.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  122.         MENUITEM "Sty&le Bar",                  IDW_STYLES
  123.         MENUITEM "&Palette",                    IDM_VIEWPALETTE
  124.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  125.         MENUITEM SEPARATOR
  126.         MENUITEM "&Dlg Bar Top",                ID_VIEW_DLGBARTOP
  127.     END
  128.     POPUP "&Style"
  129.     BEGIN
  130.         MENUITEM "&Left",                       ID_STYLE_LEFT
  131.         MENUITEM "&Centered",                   ID_STYLE_CENTERED
  132.         MENUITEM "&Right",                      ID_STYLE_RIGHT
  133.         MENUITEM "&Justified",                  ID_STYLE_JUSTIFIED
  134.     END
  135.     POPUP "&Palette"
  136.     BEGIN
  137.         MENUITEM "&2 Column",                   IDM_PALETTE_2COLUMN
  138.         MENUITEM "&3 Column",                   IDM_PALETTE_3COLUMN
  139.     END
  140. END
  141. #endif
  142.  
  143.  
  144. /////////////////////////////////////////////////////////////////////////////
  145. //
  146. // Dialog
  147. //
  148.  
  149. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  150. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  151. CAPTION "About CTRLBARS"
  152. FONT 8, "MS Sans Serif"
  153. BEGIN
  154.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,18,20
  155.     LTEXT           "CTRLBARS Application Version 1.0",IDC_STATIC,40,10,119,
  156.                     8
  157.     LTEXT           "Copyright ⌐ 1992-1995",IDC_STATIC,40,25,119,8
  158.     DEFPUSHBUTTON   "OK",IDOK,176,6,32,14,WS_GROUP
  159. END
  160.  
  161. IDD_VIEWSELECT DIALOG DISCARDABLE  0, 0, 47, 107
  162. STYLE WS_CHILD
  163. FONT 8, "MS Sans Serif"
  164. BEGIN
  165.     GROUPBOX        "Hide/Show",IDC_STATIC,1,1,44,49
  166.     CONTROL         "Tools",ID_VIEW_TOOLBAR,"Button",BS_AUTOCHECKBOX | 
  167.                     WS_TABSTOP,5,14,32,10
  168.     CONTROL         "Styles",IDW_STYLES,"Button",BS_AUTOCHECKBOX | 
  169.                     WS_TABSTOP,5,24,35,10
  170.     CONTROL         "Palette",IDM_VIEWPALETTE,"Button",BS_AUTOCHECKBOX | 
  171.                     WS_TABSTOP,5,34,35,10
  172.     COMBOBOX        IDC_PALETTE,2,55,42,50,CBS_DROPDOWNLIST | WS_VSCROLL
  173. END
  174.  
  175.  
  176. /////////////////////////////////////////////////////////////////////////////
  177. //
  178. // Accelerator
  179. //
  180.  
  181. #if defined(APSTUDIO_INVOKED) || !defined(_MAC)
  182. IDR_MAINFRAME ACCELERATORS DISCARDABLE 
  183. BEGIN
  184.     VK_INSERT,      ID_TOGGLE_INSERT,       VIRTKEY, NOINVERT
  185. END
  186. #endif
  187.  
  188. #if defined(APSTUDIO_INVOKED) || defined(_MAC)
  189. #if defined(APSTUDIO_INVOKED)
  190. IDR_MAINFRAME$(_MAC) ACCELERATORS DISCARDABLE 
  191. #else
  192. IDR_MAINFRAME ACCELERATORS DISCARDABLE 
  193. #endif
  194. BEGIN
  195.     "Q",            ID_APP_EXIT,            VIRTKEY, ALT, NOINVERT
  196.     VK_INSERT,      ID_TOGGLE_INSERT,       VIRTKEY, NOINVERT
  197. END
  198. #endif
  199.  
  200.  
  201. /////////////////////////////////////////////////////////////////////////////
  202. //
  203. // Dialog Info
  204. //
  205.  
  206. IDD_VIEWSELECT DLGINIT
  207. BEGIN
  208.     IDC_PALETTE, 0x403, 7, 0
  209. 0x7245, 0x7361, 0x7265, "\000" 
  210.     IDC_PALETTE, 0x403, 4, 0
  211. 0x6550, 0x006e, 
  212.     IDC_PALETTE, 0x403, 7, 0
  213. 0x6553, 0x656c, 0x7463, "\000" 
  214.     IDC_PALETTE, 0x403, 6, 0
  215. 0x7242, 0x7375, 0x0068, 
  216.     IDC_PALETTE, 0x403, 6, 0
  217. 0x7053, 0x6172, 0x0079, 
  218.     IDC_PALETTE, 0x403, 6, 0
  219. 0x6150, 0x6e69, 0x0074, 
  220.     IDC_PALETTE, 0x403, 5, 0
  221. 0x694c, 0x656e, "\000" 
  222.     IDC_PALETTE, 0x403, 8, 0
  223. 0x7945, 0x4465, 0x6f72, 0x0070, 
  224.     IDC_PALETTE, 0x403, 8, 0
  225. 0x614d, 0x6e67, 0x6669, 0x0079, 
  226.     IDC_PALETTE, 0x403, 5, 0
  227. 0x6552, 0x7463, "\000" 
  228.     IDC_PALETTE, 0x403, 6, 0
  229. 0x6f52, 0x6e75, 0x0064, 
  230.     IDC_PALETTE, 0x403, 5, 0
  231. 0x764f, 0x6c61, "\000" 
  232.     0
  233. END
  234.  
  235.  
  236. /////////////////////////////////////////////////////////////////////////////
  237. //
  238. // String Table
  239. //
  240.  
  241. STRINGTABLE PRELOAD DISCARDABLE 
  242. BEGIN
  243.     AFX_IDS_APP_TITLE       "CTRLBARS Application"
  244.     AFX_IDS_IDLEMESSAGE     "Ready"
  245. END
  246.  
  247. STRINGTABLE PRELOAD DISCARDABLE 
  248. BEGIN
  249.     IDC_PALETTE             "Select new tool\nChange Tool"
  250.     IDW_COMBO               "Select new style\nChange Style"
  251.     IDS_DEFAULT_FONT        "MS Sans Serif"
  252. END
  253.  
  254. STRINGTABLE DISCARDABLE 
  255. BEGIN
  256.     ID_INDICATOR_CAPS       "CAP"
  257.     ID_INDICATOR_NUM        "NUM"
  258.     ID_INDICATOR_SCRL       "SCRL"
  259.     ID_INDICATOR_OVR        "OVR"
  260. END
  261.  
  262. STRINGTABLE DISCARDABLE 
  263. BEGIN
  264.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  265.     ID_APP_EXIT             "Quit the application; prompts to save documents"
  266.     ID_CONTEXT_HELP         "Display help for clicked on buttons, menus and windows\nContext Help"
  267. END
  268.  
  269. STRINGTABLE DISCARDABLE 
  270. BEGIN
  271.     AFX_IDS_DESKACCESSORY   "Opens the selected item"
  272. END
  273.  
  274. STRINGTABLE DISCARDABLE 
  275. BEGIN
  276.     ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle Toolbar"
  277.     ID_VIEW_STATUS_BAR      "Show or hide the status bar"
  278. END
  279.  
  280. STRINGTABLE DISCARDABLE 
  281. BEGIN
  282.     ID_VIEW_DLGBARTOP       "Makes the Dialog Bar the topmost (z ordering) window"
  283.     ID_VIEW_SHORT           "View the short form of the toolbar\nShort"
  284.     ID_VIEW_LONG            "View the long form of the toolbar\nLong"
  285.     IDM_PALETTE_2COLUMN     "Make the palette be 2 buttons wide"
  286.     IDM_PALETTE_3COLUMN     "Make the palette be 3 buttons wide"
  287. END
  288.  
  289. STRINGTABLE DISCARDABLE 
  290. BEGIN
  291.     IDW_STYLES              "Show or hide the style bar.\nToggle Stylebar"
  292.     IDM_VIEWPALETTE         "Show or hide the tool palette\nToggle Palette"
  293. END
  294.  
  295. STRINGTABLE DISCARDABLE 
  296. BEGIN
  297.     ID_FILE_NEW             "Create a new document\nNew"
  298.     ID_FILE_OPEN            "Open an existing document\nOpen"
  299.     ID_FILE_CLOSE           "Close the active document"
  300.     ID_FILE_SAVE            "Save the active document\nSave"
  301.     ID_FILE_SAVE_AS         "Save the active document with a new name"
  302.     ID_FILE_PRINT_SETUP     "Change the printer and printing options"
  303.     ID_FILE_PRINT           "Print the active document\nPrint"
  304. END
  305.  
  306. STRINGTABLE DISCARDABLE 
  307. BEGIN
  308.     ID_EDIT_COPY            "Copy the selection and puts it on the Clipboard\nCopy"
  309.     ID_EDIT_CUT             "Cut the selection and puts it on the Clipboard\nCut"
  310.     ID_EDIT_PASTE           "Insert clipboard contents\nPaste"
  311. END
  312.  
  313. STRINGTABLE DISCARDABLE 
  314. BEGIN
  315.     AFX_IDS_SCSIZE          "Change the window size"
  316.     AFX_IDS_SCMOVE          "Change the window position"
  317.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  318.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  319.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  320.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  321.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  322. END
  323.  
  324. STRINGTABLE DISCARDABLE 
  325. BEGIN
  326.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  327.     AFX_IDS_SCTASKLIST      "Activate Task List"
  328.     IDS_LEFT                "Left"
  329.     IDS_RIGHT               "Right"
  330.     IDS_CENTERED            "Centered"
  331.     IDS_JUSTIFIED           "Justified"
  332.     IDS_SELECTED_PROMPT     "You have selected the %1 tool."
  333. END
  334.  
  335. STRINGTABLE DISCARDABLE 
  336. BEGIN
  337.     IDR_MAINFRAME           "CTRLBARS Application\nCtrlbars\n"
  338. END
  339.  
  340. STRINGTABLE DISCARDABLE 
  341. BEGIN
  342.     ID_STYLE_LEFT           "Set the style to Left\nLeft"
  343.     ID_STYLE_CENTERED       "Set the style to Centered\nCenter"
  344.     ID_STYLE_RIGHT          "Set the style to Right\nRight"
  345.     ID_STYLE_JUSTIFIED      "Set the style to Justified\nJustify"
  346. END
  347.  
  348. STRINGTABLE DISCARDABLE 
  349. BEGIN
  350.     ID_PALETTEERASE         "Select Palette Erase Tool\nEraser"
  351.     ID_PALETTEPEN           "Select Palette Pen Tool\nPen"
  352.     ID_PALETTESELECT        "Select Palette Select Tool\nSelect"
  353.     ID_PALETTEBRUSH         "Select Palette Brush Tool\nBrush"
  354.     ID_PALETTESPRAY         "Select Palette Spray Tool\nSpray"
  355.     ID_PALETTEPAINT         "Select Palette Paint Tool\nPaint"
  356.     ID_PALETTELINE          "Select Palette Line Tool\nLine"
  357. END
  358.  
  359. STRINGTABLE DISCARDABLE 
  360. BEGIN
  361.     ID_PALETTEEYEDROP       "Select Palette EyeDrop Tool\nEye Drop"
  362.     ID_PALETTEMAG           "Select Palette Magnify Tool\nMagnify"
  363.     ID_PALETTERECT          "Select Palette Rectangle Tool\nRectangle"
  364.     ID_PALETTEROUND         "Select Palette Round Tool\nRound"
  365.     ID_PALETTEOVAL          "Select Palette Oval Tool\nOval"
  366. END
  367.  
  368. #endif    // English (U.S.) resources
  369. /////////////////////////////////////////////////////////////////////////////
  370.  
  371.  
  372.  
  373. #ifndef APSTUDIO_INVOKED
  374. /////////////////////////////////////////////////////////////////////////////
  375. //
  376. // Generated from the TEXTINCLUDE 3 resource.
  377. //
  378. #include "afxres.rc"  // Standard components
  379.  
  380. /////////////////////////////////////////////////////////////////////////////
  381. #endif    // not APSTUDIO_INVOKED
  382.  
  383.